if vbNo = MsgBox( "This album has a lot of pictures." & chr(13) & "Generate the file for all of them or only the 20 first ones ?", 4, "Big album !") then
nbPic = 20
end if
end if
f.WriteLine "<br><center>" ' Everything is centered
for i=0 to nbPic-1
Set pic = alb.GetPicture(i)
' Important : convert the filename so it is web-compatible